From: Glenn Morris Date: Wed, 2 Sep 2009 03:24:46 +0000 (+0000) Subject: (time-date): Mention float-time. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10701 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5915990e879769867aabb27302ad20e80d4406a5;p=emacs.git (time-date): Mention float-time. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e767e12f3fb..1f5d58afe97 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-09-02 Glenn Morris + + * emacs-mime.texi (time-date): Mention float-time. + 2009-08-30 Jay Belanger * calc.texi (Simplifying Formulas): Improve the wording. diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index a49ccf62cd7..a321f13e188 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi @@ -1581,7 +1581,8 @@ These are the functions available: Take a date and return a time. @item time-to-seconds -Take a time and return seconds. +Take a time and return seconds. Note that Emacs has a built-in +function, @code{float-time}, that does this. @item seconds-to-time Take seconds and return a time.